Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency ember-auto-import to v1.12.2 #271

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-auto-import (source) 1.3.0 -> 1.12.2 age adoption passing confidence

Release Notes

embroider-build/ember-auto-import (ember-auto-import)

v1.12.2

Compare Source

  • BUGFIX allow the user's devTool setting to take priority over the default provided by forbidEval by @​apellerano-pw.

v1.12.1

Compare Source

  • COMPAT upgraded to @embroider/shared-internals 1.0 so that apps can avoid redundant copies

v1.12.0

Compare Source

  • FEATURE: We now properly optimize TypeScript's import type syntax, meaning
    if you only import the types from a package it will not be included in your
    build.
    Backports #​380 from
    v2.1.0 by @​buschtoens.

v1.11.3

Compare Source

  • NO-OP: I accidentally published 2.0.0-alpha.0 to NPM under the latest tag. This is a re-published of 1.11.2 to supplant that as latest.

v1.11.2

Compare Source

  • BUGFIX: the new prefix matching implementation of alias turned out to be a breaking change, so we're rolling it back in order to make it opt-in.

v1.11.1

Compare Source

  • BUGFIX: as part of the watchDependencies feature we changed webpack splitChunksPlugin config in a way that broke in apps with common lazy chunks.

v1.11.0

Compare Source

  • HOUSEKEEPING: major test infrastructure refactor by @​ef4 & @​mattmcmanus
  • COMPAT: ensure babel compilation ignores a babel.config.js by @​rwjblue
  • ENHANCEMENT: introduce watchDependencies option
  • ENHANCEMENT: allow unambiguous data URIs
  • ENHANCEMENT: make alias option support prefix matching by @​buschtoens
  • BUGFIX: update test-support regex to work with scoped packages by @​paddyobrien

v1.10.1

Compare Source

  • BUGFIX: the previous release accidentally leaked code to browsers that was not IE11-safe.

v1.10.0

Compare Source

  • ENHANCEMENT: we are now compatible with the Embroider package spec's handling of import(). Template string literals are allowed so long as they point unambiguously to modules within a specific package, or are unambiguously a URL.
  • BUGFIX: the test-support tree detection feature in 1.9.0 didn't actually match ember-cli's naming scheme, by @​rwjblue.

v1.9.0

Compare Source

  • ENHANCEMENT: use new API from ember-cli to reliably detect which trees are test-support only, even when addons override the default naming scheme by @​rwjblue
  • ENHANCEMENT: switch to resolve-package-path for better shared caching with the rest of ember-cli by @​rwjblue

v1.8.0

Compare Source

  • ENHANCEMENT: improved leader election protocol between copies of ember-auto-import that ensures the newest one is always in charge.
  • HOUSEKEEPING: upgrades to typescript and some other deps to get better upstream types

v1.7.0

Compare Source

  • DOCS: improvement to CONTRIBUTING.md by kiwiupover
  • BUGFIX: fix merging of webpack configs by @​bendemboski
  • HOUSEKEEPING: upgrade ember-cli-babel by nlfurniss
  • HOUSEKEEPING: upgrade @​embroider/core dep by simonihmig
  • HOUSEKEEPING: upgrade webpack

v1.6.0

Compare Source

  • ENHANCEMENT: add .ts extension to the resolver allowing import of TypeScript modules without having to add the .ts extension by @​buschtoens
  • DOCS: document skipBabel option by @​kasunvp
  • DOCS: fix typo in README.md by @​jacobq
  • DOCS: add instructions for using dynamic imports in addons by @​jrjohnson
  • ENHANCEMENT: only output files for fastboot when ember-cli-fastboot is detected (can also be manually disabled with FASTBOOT_DISABLED=true environment variable) by @​houfeng0923
  • HOUSEKEEPING: update CI node version to 12.x by @​f1sherman
  • ENHANCEMENT: add [id] to the chunkname by @​stukalin
  • BUGFIX: ensure auto-import processes the same extensions as ember-cli-babel by @​dfreeman
  • BUGFIX: update minimum version of @​babel/preset-env to 7.10.2 by @​rwjblue

v1.5.3

Compare Source

  • HOUSEKEEPING: upgrading deps that are failing security audits (but there was no actual vulnerability for ember-auto-import users)
  • HOUSEKEEPING: switch CI to GitHub actions
  • BUGFIX: lazily read babel config (helps interoperability with Embroider) by @​stefanpenner

v1.5.2

Compare Source

  • BUGFIX: since 1.5.0 we were using @babel/present-env but not directly depending on it, which would break apps that didn't happen to already have a copy.

v1.5.1

Compare Source

  • BUGFIX: upgrade handlebars to eliminate a GitHub security advisory. We don't run untrusted templates, so there was no actual security risk introduced by ember-auto-import.

v1.5.0

Compare Source

  • ENHANCEMENT: all dependencies now go through @​babel/preset-env by default. This ensures that you never ship code that violates your app's declared config/targets.js. There is an explicit skipBabel option for when you know for sure a package shouldn't be transpiled.
  • DOCS: node polyfills FAQ by @​jenweber
  • DOCS: fixed syntax highlighting by @​ctjhoa

v1.4.1

Compare Source

v1.4.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/ember-auto-import-1.x branch from afdb06e to 9ce38ba Compare June 13, 2019 18:44
@renovate renovate bot changed the title fix(deps): update dependency ember-auto-import to v1.4.0 fix(deps): update dependency ember-auto-import to v1.4.1 Jun 13, 2019
@renovate renovate bot force-pushed the renovate/ember-auto-import-1.x branch from 9ce38ba to 17478d5 Compare June 14, 2019 14:14
@renovate renovate bot force-pushed the renovate/ember-auto-import-1.x branch from 17478d5 to 92696ff Compare July 6, 2019 01:41
@renovate renovate bot changed the title fix(deps): update dependency ember-auto-import to v1.4.1 fix(deps): update dependency ember-auto-import to v1.5.0 Jul 6, 2019
@renovate renovate bot force-pushed the renovate/ember-auto-import-1.x branch 2 times, most recently from 54f6166 to 51bfea7 Compare July 9, 2019 18:53
@renovate renovate bot changed the title fix(deps): update dependency ember-auto-import to v1.5.0 fix(deps): update dependency ember-auto-import to v1.5.1 Jul 9, 2019
@renovate renovate bot force-pushed the renovate/ember-auto-import-1.x branch from 51bfea7 to 571a856 Compare July 10, 2019 17:00
@renovate renovate bot changed the title fix(deps): update dependency ember-auto-import to v1.5.1 fix(deps): update dependency ember-auto-import to v1.5.2 Jul 10, 2019
@renovate renovate bot force-pushed the renovate/ember-auto-import-1.x branch from 571a856 to dd2bd65 Compare September 13, 2019 03:31
@renovate renovate bot force-pushed the renovate/ember-auto-import-1.x branch from dd2bd65 to 687c2b6 Compare October 11, 2019 18:28
@renovate renovate bot changed the title fix(deps): update dependency ember-auto-import to v1.5.2 fix(deps): update dependency ember-auto-import to v1.5.3 Oct 11, 2019
@renovate renovate bot force-pushed the renovate/ember-auto-import-1.x branch from 687c2b6 to 2426a41 Compare July 1, 2020 03:54
@renovate renovate bot changed the title fix(deps): update dependency ember-auto-import to v1.5.3 fix(deps): update dependency ember-auto-import to v1.6.0 Jul 1, 2020
@renovate renovate bot force-pushed the renovate/ember-auto-import-1.x branch from 2426a41 to a98ea60 Compare November 28, 2020 17:51
@renovate renovate bot changed the title fix(deps): update dependency ember-auto-import to v1.6.0 fix(deps): update dependency ember-auto-import to v1.7.0 Nov 28, 2020
@renovate renovate bot force-pushed the renovate/ember-auto-import-1.x branch from a98ea60 to 5bd09e3 Compare December 10, 2020 02:54
@renovate renovate bot changed the title fix(deps): update dependency ember-auto-import to v1.7.0 fix(deps): update dependency ember-auto-import to v1.8.0 Dec 10, 2020
@renovate renovate bot force-pushed the renovate/ember-auto-import-1.x branch from 5bd09e3 to 78a9f3e Compare January 6, 2021 18:00
@renovate renovate bot changed the title fix(deps): update dependency ember-auto-import to v1.8.0 fix(deps): update dependency ember-auto-import to v1.10.1 Jan 6, 2021
@renovate renovate bot force-pushed the renovate/ember-auto-import-1.x branch from 78a9f3e to 3c8f996 Compare April 26, 2021 17:18
@renovate renovate bot changed the title fix(deps): update dependency ember-auto-import to v1.10.1 fix(deps): update dependency ember-auto-import to v1.11.3 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/ember-auto-import-1.x branch from 3c8f996 to aaacb4d Compare October 18, 2021 23:54
@renovate renovate bot changed the title fix(deps): update dependency ember-auto-import to v1.11.3 fix(deps): update dependency ember-auto-import to v1.12.0 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/ember-auto-import-1.x branch from aaacb4d to c802831 Compare February 14, 2022 23:46
@renovate renovate bot changed the title fix(deps): update dependency ember-auto-import to v1.12.0 fix(deps): update dependency ember-auto-import to v1.12.1 Feb 14, 2022
@renovate renovate bot force-pushed the renovate/ember-auto-import-1.x branch from c802831 to 6dc3308 Compare June 18, 2022 22:19
@renovate renovate bot changed the title fix(deps): update dependency ember-auto-import to v1.12.1 fix(deps): update dependency ember-auto-import to v1.12.2 Jun 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants